home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
-
- echo Example of a Project Batch File
- echo ===============================
- echo .
- echo This is an example of a project batch file. It is for those who don't want
- echo to use a project make file to build their project. To use a batch file to
- echo build a project you would simply write a batch file to run the commands
- echo needed to build the project.
- echo .
- echo To setup the Zeus project system to use this batch file you would need to
- echo go to the Options Project menu and in the project command line you would
- echo enter the following command: sample.bat
- echo .
- echo You also need to click on the capture standard error to complete the task
- echo of setting up the project (making sure the Zeus install directory is in the
- echo system path). Now you can build the project by loading the project batch
- echo file (ie this file for example) using the Project Open menu command and
- echo then using the Project Make menu command to make the project.
- echo .
- echo If you open this project batch file and then use the Project Make feature
- echo you should see this text displayed in the project output screen. This shows
- echo that the project batch file was in fact run. All that remains is for you to
- echo write your own batch file suitable for your project building needs, load the
- echo batch file as the current project and then build the project.
- echo .
-
-